Allow user to set docstring style for fill-paragraph.
authorFabián Ezequiel Gallina <fabian@anue.biz>
Thu, 4 Oct 2012 16:39:37 +0000 (13:39 -0300)
committerFabián Ezequiel Gallina <fabian@anue.biz>
Thu, 4 Oct 2012 16:39:37 +0000 (13:39 -0300)
commitac5ca0f3e0d04bfb794e845143fd569c1829bb90
tree7d69d9e22cd71e074172d6f4022f84011434356a
parentcad76450c1d5c5ea781dfad417325e74fe756a19
Allow user to set docstring style for fill-paragraph.
* progmodes/python.el
(python-fill-comment-function, python-fill-string-function)
(python-fill-decorator-function, python-fill-paren-function):
Remove :safe for defcustoms.
(python-fill-string-style): New defcustom
(python-fill-paragraph-function): Enhanced context detection.
(python-fill-string): Honor python-fill-string-style settings.
lisp/ChangeLog
lisp/progmodes/python.el